home *** CD-ROM | disk | other *** search
/ SGI Hot Mix 8 / Hot Mix 8.iso / .all / demos / ICS / builder / collections / OptionM.col (.txt) < prev    next >
Text File  |  1994-06-22  |  1KB  |  65 lines

  1. /*
  2.  * Generated by the ICS builderXcessory (BX).
  3.  *
  4.  *
  5.  * Builder Xcessory 3.0.
  6.  *
  7.  */
  8. module main_uil
  9. version = 'V1.0'
  10. names = case_sensitive
  11.  
  12. !(IB)object MenuShell3 : XmMenuShell widget {
  13. !(IB)    arguments {
  14. !(IB)        XmNwidth = 1; 
  15. !(IB)        XmNheight = 1; 
  16. !(IB)        XmNwidth = 1; 
  17. !(IB)        XmNheight = 1; 
  18. !(IB)    };
  19. !(IB)    controls {
  20. !(IB)       XmPulldownMenu PulldownMenu3 ;
  21. !(IB)    };
  22. !(IB)    callbacks {
  23. !(IB)    };
  24. !(IB)};
  25.  
  26. object PulldownMenu3 : XmPulldownMenu widget {
  27.     arguments {
  28.         /*XmNrowColumnType = 2; */
  29.         XmNx = 0; 
  30.         XmNy = 0; 
  31.         XmNwidth = 84; 
  32.         XmNheight = 31; 
  33.     };
  34.     controls {
  35.        XmPushButton PushButton5 ;
  36.     };
  37.     callbacks {
  38.     };
  39. };
  40.  
  41. object PushButton5 : XmPushButton widget {
  42.     arguments {
  43.     };
  44.     controls {
  45.     };
  46.     callbacks {
  47.     };
  48. };
  49.  
  50. object OptionMenu1 : XmOptionMenu widget {
  51.     arguments {
  52.         /*XmNrowColumnType = 4; */
  53.         XmNx = 29; 
  54.         XmNy = 51; 
  55.         XmNwidth = 87; 
  56.         XmNheight = 27; 
  57.     };
  58.     controls {
  59.        XmPulldownMenu PulldownMenu3 ;
  60.     };
  61.     callbacks {
  62.     };
  63. };
  64. end module;
  65.